<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8"; /*
#fcScroll .swiper-wrapper {
	width:1300px;
	overflow:hidden;
}
*/
#fcScroll {
    width: 1300px;
}

#fcScroll .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
}

#fcScroll .swiper-slide img {
    width: 409px;
    height: 228px;
}

.fcBox .swiper-button-next, .fcBox .swiper-button-prev {
    position: absolute;
    top: 21px;
    width: 35px;
    height: 288px;
    text-indent: -100px;
    overflow: hidden;
}

.fcBox .swiper-button-next:focus, .fcBox .swiper-button-prev:focus {
    outline: none;
}

.fcBox .swiper-button-next {
    background: url(/template/images/rBt.png) no-repeat center right;
    right: -50px;
    background-size: 100% 100%;
}

.fcBox .swiper-button-prev {
    background: url(/template/images/lBt.png) no-repeat center left;
    left: -50px;
    background-size: 100% 100%;
}

#fcScroll .swiper-pagination {
    display: none;
}

#fcScroll .swiper-slide .txt {
    display: block;
    padding-top: 6px;
    line-height: 180%;
    font-size: 20px;
}

#fcScroll .swiper-slide a {
    border: 1px solid #ddd;
    padding: 6px;
    display: block;
}
</pre></body></html>